home *** CD-ROM | disk | FTP | other *** search
- // TreeViewXDlg.h : header file
- //
- //{{AFX_INCLUDES()
- #include "pvtreeview3.h"
- //}}AFX_INCLUDES
-
- #if !defined(AFX_TREEVIEWXDLG_H__162C4C27_36E1_11D2_9B3B_00400561D975__INCLUDED_)
- #define AFX_TREEVIEWXDLG_H__162C4C27_36E1_11D2_9B3B_00400561D975__INCLUDED_
-
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
-
- /////////////////////////////////////////////////////////////////////////////
- // CTreeViewXDlg dialog
-
- class CTreeViewXDlg : public CDialog
- {
- // Construction
- public:
- CTreeViewXDlg(CWnd* pParent = NULL); // standard constructor
-
- // Dialog Data
- //{{AFX_DATA(CTreeViewXDlg)
- enum { IDD = IDD_TREEVIEWX_DIALOG };
- CPVTreeView3 m_treeview;
- //}}AFX_DATA
-
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CTreeViewXDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
-
- // Implementation
- protected:
- HICON m_hIcon;
-
- // Generated message map functions
- //{{AFX_MSG(CTreeViewXDlg)
- virtual BOOL OnInitDialog();
- afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
- afx_msg void OnPaint();
- afx_msg HCURSOR OnQueryDragIcon();
- afx_msg void OnSelectpreviousnode();
- afx_msg void OnSelectnextnode();
- afx_msg void OnDeletecurrentnode();
- afx_msg void OnInsertnewnode();
- afx_msg void OnAddrootnode();
- afx_msg void OnKeyDownPvtreeviewxctrl1(short FAR* KeyCode, short Shift);
- afx_msg void OnChangetext();
- DECLARE_EVENTSINK_MAP()
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
-
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
-
- #endif // !defined(AFX_TREEVIEWXDLG_H__162C4C27_36E1_11D2_9B3B_00400561D975__INCLUDED_)
-